testit: Don't add history, readline() already does this

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2017-12-11 08:43:03 +01:00
parent 2ec55cc9f1
commit 935895bbf1

View File

@ -61,7 +61,6 @@ int main(int argc, char *argv[] __attribute__ ((unused)))
perror(p);
}
}
add_history(p);
free(p);
}