Check sed doesnt go into an infinite loop (yes it does)
[oweals/busybox.git] / testsuite / sed / sed-chains-substs
1 test "$(echo foo | busybox sed -e s/foo/bar/ -e s/bar/baz/)" = baz