mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-18 03:20:53 +01:00
Remove incorrect duplicated line
This commit is contained in:
parent
e8019b7fe8
commit
b10bf88ddf
@ -1110,7 +1110,6 @@ func testInstallViaPythonScriptChild(t *testing.T, tester shellTester) {
|
|||||||
func TestInstallViaPythonScriptFromHead(t *testing.T) {
|
func TestInstallViaPythonScriptFromHead(t *testing.T) {
|
||||||
defer testutils.BackupAndRestore(t)()
|
defer testutils.BackupAndRestore(t)()
|
||||||
tester := zshTester{}
|
tester := zshTester{}
|
||||||
testInstallViaPythonScriptChild(t, tester)
|
|
||||||
|
|
||||||
// Set up
|
// Set up
|
||||||
defer testutils.BackupAndRestoreEnv("HISHTORY_TEST")()
|
defer testutils.BackupAndRestoreEnv("HISHTORY_TEST")()
|
||||||
|
Loading…
Reference in New Issue
Block a user