aboutsummaryrefslogtreecommitdiff
path: root/tests/xdg-open
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xdg-open')
-rwxr-xr-xtests/xdg-open8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/xdg-open b/tests/xdg-open
new file mode 100755
index 0000000..0b89ef4
--- /dev/null
+++ b/tests/xdg-open
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -eu
+
+# This is a noop executable, to test git-permalink without interating
+# with xdg-open proper.
+
+# shellcheck disable=2145
+echo "xdg-open: $@" >&2