mirror of
https://github.com/troglobit/editline.git
synced 2025-06-25 01:11:12 +08:00
testit: Don't add history, readline() already does this
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
2ec55cc9f1
commit
935895bbf1
@ -61,7 +61,6 @@ int main(int argc, char *argv[] __attribute__ ((unused)))
|
|||||||
perror(p);
|
perror(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_history(p);
|
|
||||||
free(p);
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user