summaryrefslogtreecommitdiffstats
path: root/tests/gnu/printf_Y_error.sh
blob: e9a2083b5b88a433ac303b3dd579f98e4dbac405 (plain)
1
2
3
4
5
6
7
8
clean_scratch
mkdir scratch/foo
ln -s foo/bar scratch/bar

chmod -x scratch/foo
trap "chmod +x scratch/foo" EXIT

check_exit $EX_BFS bfs_diff scratch -printf '(%p) (%l) %y %Y\n'