aboutsummaryrefslogtreecommitdiff
blob: 9a3ba566db3a51fc6151c8a5144cdeaec1275297 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# basic functionality check

addwrite $PWD

touch file
symlink-0 0 file sym || exit 1
[ -e file -a -L sym ]