diff options
Diffstat (limited to 'test/desktop-lite')
-rwxr-xr-x | test/desktop-lite/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/desktop-lite/test.sh b/test/desktop-lite/test.sh index bd0a516..9009aa9 100755 --- a/test/desktop-lite/test.sh +++ b/test/desktop-lite/test.sh @@ -5,7 +5,9 @@ set -e # Optional: Import test library source dev-container-features-test-lib -echo 'NO TESTS FOR ME YET!' +check "desktop-init-exists" bash -c "ls /usr/local/share/desktop-init.sh" +check "log-exists" bash -c "ls /tmp/container-init.log" +check "fluxbox-exists" bash -c "ls -la ~/.fluxbox" # Report result reportResults
\ No newline at end of file |