aboutsummaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-xtests/cli-opts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index cca2228..efc100b 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -73,7 +73,7 @@ test_valid_options() {
ERR="$(mktemp)"
printf 'a\nb\nc\n' | \
sh remembering \
- -p "always-unique-$(uuidgen)" \
+ -p "always-unique-$(uuid)" \
-c 'head -n1' \
1>"$OUT" 2>"$ERR"
STATUS=$?