aboutsummaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-24 03:31:07 -0300
committerEuAndreh <eu@euandre.org>2021-01-24 03:32:37 -0300
commitc5137cbba365abcf9f637e7a982b54bcb0e9fcba (patch)
tree29dd311cf7495f85defcd09533410b6a76366ebc /tests/cli-opts.sh
parentTODOs.md: Mark task-b2c26218-5f21-4efd-afbd-ff6af57a358a as CANCELLED (diff)
downloadremembering-c5137cbba365abcf9f637e7a982b54bcb0e9fcba.tar.gz
remembering-c5137cbba365abcf9f637e7a982b54bcb0e9fcba.tar.xz
Stop depending on uuidgen
Diffstat (limited to '')
-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=$?