aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test.sh b/t/test.sh
index 2710f6e..f5405b7 100644
--- a/t/test.sh
+++ b/t/test.sh
@@ -36,8 +36,8 @@ g rm lala lala &>> /output.txt
set -e
# The list command.
-g list --keys &>> /output.txt
-g list | awk '{ print $1 }' | xargs &>> /output.txt
+g list --keys | xargs -n1 | sort | xargs &>> /output.txt
+g list | awk '{ print $1 }' | sort | xargs &>> /output.txt
# Bare g command.
cd /