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

addwrite $PWD

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