10 lines
153 B
Bash

#!/bin/bash
## 0.0.0.0.0 test
Apply 0 1 "Test true" [[ -f /etc/passwd ]]
Apply 0 2 "Test false" [[ -f /etc/nofile ]]
Apply 0 3 "Test" [[ -d /etc ]]