Add a test for the 'P' command and fix current implementation so it
[oweals/busybox.git] / testsuite / sed / sed-chains-substs
1 test "$(echo foo | busybox sed -e s/foo/bar/ -e s/bar/baz/)" = baz