summaryrefslogtreecommitdiff
path: root/tests/mv/mv-special-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-10 11:56:25 +0000
committerJim Meyering <jim@meyering.net>2000-03-10 11:56:25 +0000
commit010641f8b7a89d3234690ee851978b66c41b52de (patch)
tree72594295adbd0a1c50e9a97b148324af91a17ff5 /tests/mv/mv-special-1
parent527dcb236ac2d27a80f2e63c6a146fb69ce6c5ad (diff)
downloadcoreutils-010641f8b7a89d3234690ee851978b66c41b52de.tar.xz
Make the message more like that in the similar touch and shred tests.
Diffstat (limited to 'tests/mv/mv-special-1')
-rwxr-xr-xtests/mv/mv-special-14
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1
index f7117dcfd..ca1450425 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.