On Mon, Apr 03, 2017 at 10:21:08PM +0200, Christian Brauner wrote: > Signed-off-by: Christian Brauner <[email protected]> > --- > tests/misc-tests/018-recv-end-of-stream/test.sh | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/tests/misc-tests/018-recv-end-of-stream/test.sh > b/tests/misc-tests/018-recv-end-of-stream/test.sh > index d39683e9..90655929 100755 > --- a/tests/misc-tests/018-recv-end-of-stream/test.sh > +++ b/tests/misc-tests/018-recv-end-of-stream/test.sh > @@ -34,7 +34,7 @@ test_full_empty_stream() { > > run_check $TOP/mkfs.btrfs -f $TEST_DEV > run_check_mount_test_dev > - run_check $SUDO_HELPER $TOP/btrfs receive -v -f "$str" "$TEST_MNT" > + run_check $SUDO_HELPER $TOP/btrfs receive -e -v -f "$str" "$TEST_MNT"
You're changing an existing test, what I expect is a new testcase as the existing tests cover existing usecases and must not break. However I don't see now how to fix it, will look into it again next week. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
