mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 06:22:24 +02:00
Run TestFish with bash to see whether that fixes the obscure zsh error
This commit is contained in:
parent
4040451290
commit
70f5d668de
@ -1578,7 +1578,7 @@ func testConfigGetSet(t *testing.T, tester shellTester) {
|
|||||||
func TestFish(t *testing.T) {
|
func TestFish(t *testing.T) {
|
||||||
// Setup
|
// Setup
|
||||||
defer shared.BackupAndRestore(t)()
|
defer shared.BackupAndRestore(t)()
|
||||||
tester := zshTester{}
|
tester := bashTester{}
|
||||||
installHishtory(t, tester, "")
|
installHishtory(t, tester, "")
|
||||||
|
|
||||||
// Test recording in fish
|
// Test recording in fish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user