aboutsummaryrefslogtreecommitdiff
path: root/tests/xdg-open
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 17:36:05 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 17:38:07 -0300
commit50a7c011274359ef058d30be87b9d29ca4fd06ed (patch)
tree16fb9e60e62614a8df28e880c96e2818d9d33936 /tests/xdg-open
parentTODOs.md: Mark #task-a66edd2e-cec4-ef7d-5a8a-3c9013381719 as DONE (diff)
downloadgit-permalink-50a7c011274359ef058d30be87b9d29ca4fd06ed.tar.gz
git-permalink-50a7c011274359ef058d30be87b9d29ca4fd06ed.tar.xz
Add initial version of tests/cli-opts.sh tests
Diffstat (limited to 'tests/xdg-open')
-rwxr-xr-xtests/xdg-open7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/xdg-open b/tests/xdg-open
new file mode 100755
index 0000000..871c537
--- /dev/null
+++ b/tests/xdg-open
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -eu
+
+# This is a noop executable, to test git-permalink without interating
+# with xdg-open proper.
+
+echo "xdg-open: $@"