From e1908ae95dd4c9d19ee4dfabfc8bf8a7f85943fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 18:58:41 +0200 Subject: Adding upstream version 9.4. Signed-off-by: Daniel Baumann --- tests/touch/dir-1.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/touch/dir-1.sh (limited to 'tests/touch/dir-1.sh') diff --git a/tests/touch/dir-1.sh b/tests/touch/dir-1.sh new file mode 100755 index 0000000..cb0e172 --- /dev/null +++ b/tests/touch/dir-1.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# Make sure touch can operate on a directory. +# This was broken in the 4.0[efg] test releases. + +. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src +print_ver_ touch + +touch . || fail=1 +Exit $fail -- cgit v1.2.3