aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/17-find.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/17-find.t b/t/17-find.t
index 0fde35e..20e8e8c 100755
--- a/t/17-find.t
+++ b/t/17-find.t
@@ -25,7 +25,7 @@ replace_tags_txt("nonexistentslackbuild2: testingtag\n");
sbofind 'testingtag', { expected => qr!Local:\s+nonexistentslackbuild2\nPath:\s+\Q$RealBin/LO/nonexistentslackbuild2! };
# 4: show build queue
-sbofind '-q', 'nonexistentslackbuild2', { expected => qr/Queue:\s+nonexistentslackbuild2 nonexistentslackbuild3/ };
+sbofind '-q', 'nonexistentslackbuild2', { expected => qr/Queue:\s+nonexistentslackbuild3 nonexistentslackbuild2/ };
# 5: show readme
sbofind '-r', 'nonexistentslackbuild4', { expected => qr/README: \n This doesn't exist!/ };