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