From 0496aff9381f24e343a69dc83441a61e88133405 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Mon, 23 Nov 2015 13:57:07 -0800
Subject: [PATCH] Add bin_uniq to the mix for tests to use.

---
 testsuite/expect/globals | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/expect/globals b/testsuite/expect/globals
index 325eec79e74..a9241fa1c87 100755
--- a/testsuite/expect/globals
+++ b/testsuite/expect/globals
@@ -182,6 +182,7 @@ cset bin_touch  "touch"
 cset bin_uname	"uname"
 cset bin_wc	"wc"
 cset bin_printenv "printenv"
+cset bin_uniq   "uniq"
 
 #
 # Let the commands complete without expect timing out waiting for a
-- 
GitLab