#!/bin/sh # Make sure touch can operate on a directory. # This was broken in the 4.0[efg] test releases. source "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch touch . || setglobal fail = '1' Exit $fail