Run the TestRemoteDuplicateRows test with zsh rather than bash

This commit is contained in:
David Dworken
2022-11-03 21:16:53 -07:00
parent c1d17842c4
commit 2d7d74c066
5 changed files with 4 additions and 6 deletions

View File

@ -2071,7 +2071,7 @@ echo bar`)
func TestRemoveDuplicateRows(t *testing.T) {
// Setup
tester := bashTester{}
tester := zshTester{}
defer testutils.BackupAndRestore(t)()
installHishtory(t, tester, "")