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
