File: control

package info (click to toggle)
secure-delete 3.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: ansic: 2,781; makefile: 188; sh: 65
file content (27 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (2)
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