diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/utils.sh | 9 | ||||
-rwxr-xr-x | tests/cli-opts.sh | 1 | ||||
-rwxr-xr-x | tests/ranking.sh | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/aux/utils.sh b/aux/utils.sh deleted file mode 100755 index 8d93fb5..0000000 --- a/aux/utils.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -uuid() { - # Taken from: - # https://serverfault.com/a/799198 - od -xN20 /dev/urandom | \ - head -1 | \ - awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}' -} diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 9dadb34..7f47993 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,7 +1,6 @@ #!/bin/sh set -u -. aux/utils.sh . aux/tests-lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" diff --git a/tests/ranking.sh b/tests/ranking.sh index b0beb73..d99b763 100755 --- a/tests/ranking.sh +++ b/tests/ranking.sh @@ -1,7 +1,6 @@ #!/bin/sh set -eu -. aux/utils.sh . aux/tests-lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" |