diff options
author | EuAndreh <eu@euandre.org> | 2021-06-12 17:36:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-12 17:38:07 -0300 |
commit | 50a7c011274359ef058d30be87b9d29ca4fd06ed (patch) | |
tree | 16fb9e60e62614a8df28e880c96e2818d9d33936 /tests/xdg-open | |
parent | TODOs.md: Mark #task-a66edd2e-cec4-ef7d-5a8a-3c9013381719 as DONE (diff) | |
download | git-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-x | tests/xdg-open | 7 |
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: $@" |