aboutsummaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-26 10:30:06 -0300
committerEuAndreh <eu@euandre.org>2021-07-26 10:41:49 -0300
commit4670d66a180e23dcea533f9c47b618c5ed0043f1 (patch)
tree576a63f960758ef9c4dd4c7dcc40d5135fad5e27 /tests/cli-opts.sh
parentaux/ci/: Point to /srv/http instead of /srv/git (diff)
downloadgit-permalink-4670d66a180e23dcea533f9c47b618c5ed0043f1.tar.gz
git-permalink-4670d66a180e23dcea533f9c47b618c5ed0043f1.tar.xz
src/, tests/: Stick to 80 columns with 8-chars wide tabs
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-xtests/cli-opts.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index 9409aab..44dc6ce 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -98,7 +98,8 @@ test_help_flags() {
N="$LINENO"
OUT="$(mkstemp)"
ERR="$(mkstemp)"
- LANG=en_US.UTF-8 sh src/git-permalink --something something -h 1>"$OUT" 2>"$ERR"
+ LANG=en_US.UTF-8 sh src/git-permalink --something something -h \
+ 1>"$OUT" 2>"$ERR"
STATUS=$?
assert_status 2
assert_usage "$ERR"
@@ -106,7 +107,8 @@ test_help_flags() {
N="$LINENO"
OUT="$(mkstemp)"
ERR="$(mkstemp)"
- LANG=en_US.UTF-8 sh src/git-permalink --help more things 1>"$OUT" 2>"$ERR"
+ LANG=en_US.UTF-8 sh src/git-permalink --help more things \
+ 1>"$OUT" 2>"$ERR"
STATUS=$?
assert_status 0
assert_empty_stderr