From f31052628df58442478fdbd800468f04904175d6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 May 1999 18:49:09 +0000 Subject: *** empty log message *** --- tests/touch/dir-1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tests/touch/dir-1 (limited to 'tests') diff --git a/tests/touch/dir-1 b/tests/touch/dir-1 new file mode 100755 index 000000000..bbfbd68a6 --- /dev/null +++ b/tests/touch/dir-1 @@ -0,0 +1,12 @@ +#!/bin/sh +# Make sure touch can operate on a directory. +# This was broken in the 4.0[efg] test releases. + +if test "$VERBOSE" = yes; then + set -x + touch --version +fi + +fail=0 +touch . || fail=1 +exit $fail -- cgit v1.2.3-70-g09d2