summaryrefslogtreecommitdiffstats
path: root/tests/gnu/execdir_self.sh
blob: 1fc5d042bc09d65ceb42d4105c4a592518c0e9b6 (plain)
1
2
3
4
5
6
7
8
9
cd "$TEST"
mkdir foo
cat >foo/bar.sh <<EOF
#!/bin/sh
printf '%s\n' "\$@"
EOF
chmod +x foo/bar.sh

bfs_diff . -name bar.sh -execdir {} {} \;