aboutsummaryrefslogtreecommitdiff
path: root/test/desktop-lite/test.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-24 02:03:07 +0300
committerGitHub <noreply@github.com>2022-11-24 02:03:07 +0300
commit4b3ccf36eabcad859a13806a8dc47dfa651182a1 (patch)
tree31bebbe272b46d737093e1ea98bebf90b73f260b /test/desktop-lite/test.sh
parent188f1ef26bc8fa942d552dfaa8596091a8a39126 (diff)
Adds test coverage (#308)
* Add test coverage * temp: debug test * Update tests
Diffstat (limited to 'test/desktop-lite/test.sh')
-rwxr-xr-xtest/desktop-lite/test.sh4
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