From: Jim Meyering Date: Fri, 10 Mar 2000 11:56:25 +0000 (+0000) Subject: Make the message more like that in the similar touch and shred tests. X-Git-Tag: SH-UTILS-2_0g~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=010641f8b7a89d3234690ee851978b66c41b52de;p=thirdparty%2Fcoreutils.git Make the message more like that in the similar touch and shred tests. --- diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index f7117dcfd3..ca1450425a 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -17,7 +17,9 @@ mkdir -p $dir/a/b/c $dir/d/e/f || framework_failure=1 touch $dir/a/b/c/file1 $dir/d/e/f/file2 || framework_failure=1 if test $framework_failure = 1; then - echo 'failure in testing framework' + echo '********************************************' + echo 'NOTICE: unable to create test prerequisites' + echo '********************************************' # exit 77 here to indicate that we couldn't run the test. # At least running on SunOS 4.1.4, using a directory NFS mounted # from an OpenBSD system, the above mknod fails.