From 7bdd841fd252a6a6284f0fed51f6645a757aa3c6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 Oct 2001 10:43:07 +0000 Subject: Redirect stderr. --- tests/mv/childproof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mv/childproof') diff --git a/tests/mv/childproof b/tests/mv/childproof index e268f34e6..bdb2215c0 100755 --- a/tests/mv/childproof +++ b/tests/mv/childproof @@ -65,7 +65,7 @@ test -f c/f || fail=1 test -f c/g || fail=1 touch a/f b/f b/g -mv a/f b/f b/g c +mv a/f b/f b/g c 2> /dev/null && fail=1 test -f a/f && fail=1 # a/f should have been moved test -f b/f || fail=1 # b/f should remain test -f b/g && fail=1 # b/g should have been moved -- cgit v1.2.3-54-g00ecf