1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Test-Command: cd $AUTOPKGTEST_TMP;
echo "I am a test" > test;
srm test;
echo "I am a test" > test;
srm -f test;
echo "I am a test" > test;
srm -l test;
echo "I am a test" > test;
srm -z test;
ls
Test-Command: cd $AUTOPKGTEST_TMP;
mkdir 1;
echo "I am a test" > 1/test;
mkdir 1/2;
echo "I am a test" > 1/2/test;
srm -r 1;
ls
Test-Command: sfill 2>&1 | grep sfill -C 20
Restrictions: superficial
Test-Command: sswap 2>&1 | grep sswap -C 20
Restrictions: superficial
Test-Command: sdmem -h 2>&1 | grep sdmem -C 20
Restrictions: superficial
|