summaryrefslogtreecommitdiffstats
path: root/tests/test_raw_output_matches_git_on_full_repo_history
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_raw_output_matches_git_on_full_repo_history')
-rwxr-xr-xtests/test_raw_output_matches_git_on_full_repo_history2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_raw_output_matches_git_on_full_repo_history b/tests/test_raw_output_matches_git_on_full_repo_history
index 667cbd68..c71631fb 100755
--- a/tests/test_raw_output_matches_git_on_full_repo_history
+++ b/tests/test_raw_output_matches_git_on_full_repo_history
@@ -1,7 +1,7 @@
#!/bin/bash
# if first arg provided, use it, otherwise default to release
-DELTA_BIN=${1:=./target/release/delta}
+DELTA_BIN=${1:-./target/release/delta}
DELTA="$DELTA_BIN --no-gitconfig --raw --max-line-length 0"
ANSIFILTER="./etc/bin/ansifilter"