summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-17 08:54:21 +0000
committerJim Meyering <jim@meyering.net>2002-04-17 08:54:21 +0000
commit950d7008ea488130ada245965f932fdc6dd5ad71 (patch)
treef2b6cc82d5a294c9f88cb8c9003668ca9445df0d /tests
parent8a2d561e45192cd22c3034add77c7b2565c3ba91 (diff)
downloadcoreutils-950d7008ea488130ada245965f932fdc6dd5ad71.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/touch/no-create-missing2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/no-create-missing b/tests/touch/no-create-missing
index c94d8f175..ab7cf265e 100755
--- a/tests/touch/no-create-missing
+++ b/tests/touch/no-create-missing
@@ -1,5 +1,5 @@
#!/bin/sh
-# Ensure that touch -c no-such-file no longer fails.
+# Ensure that touch -c no-such-file no longer fails (it did in 4.1.8).
if test "$VERBOSE" = yes; then
set -x