This commit is contained in:
netblue30 2016-11-08 11:55:57 -05:00
parent c0b5b9acf0
commit 62a19b0cac
4 changed files with 156 additions and 36 deletions

View file

@ -22,7 +22,13 @@ echo "TESTING: read/write /dev/shm (test/fs/fs_dev_shm.exp)"
./fs_dev_shm.exp
echo "TESTING: private (test/fs/private.exp)"
./private.exp `whoami`
./private.exp
echo "TESTING: private home (test/fs/private-home.exp)"
./private-home.exp
echo "TESTING: private home dir (test/fs/private-home-dir.exp)"
./private-home-dir.exp
echo "TESTING: private-etc (test/fs/private-etc.exp)"
./private-etc.exp