summaryrefslogtreecommitdiffstats
path: root/tests/gnu/printf_Y_error.sh
blob: 3aa816eef9e0b453e68605d5a18a6f2bba2b016e (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

! bfs_diff scratch -printf '(%p) (%l) %y %Y\n'