summaryrefslogtreecommitdiff
path: root/tests/test-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-basic.sh')
-rwxr-xr-xtests/test-basic.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/test-basic.sh b/tests/test-basic.sh
index f649dff..2cec2d7 100755
--- a/tests/test-basic.sh
+++ b/tests/test-basic.sh
@@ -30,10 +30,8 @@ assert_file_has_content version_out "^xdg-app $VERSION$"
echo "ok version"
-setup_repo
-install_repo
+${XDG_APP} --help > help_out
-run org.test.Hello > hello_out
-assert_file_has_content hello_out '^Hello world, from a sandbox$'
+assert_file_has_content help_out "^Usage:$"
-echo "ok hello"
+echo "ok help"