mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-12 16:27:28 +02:00
Remove incorrect duplicated line
This commit is contained in:
@ -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")()
|
||||||
|
Reference in New Issue
Block a user