mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Tests: clean up stale .cli files. (#7768)
This commit is contained in:
parent
b120366d48
commit
918abd7276
@ -182,6 +182,7 @@ start_server {tags {"cli"}} {
|
||||
set tmpfile [write_tmpfile "from file"]
|
||||
assert_equal "OK" [run_cli_with_input_file $tmpfile set key]
|
||||
assert_equal "from file" [r get key]
|
||||
file delete $tmpfile
|
||||
}
|
||||
|
||||
test_nontty_cli "Status reply" {
|
||||
@ -215,6 +216,7 @@ start_server {tags {"cli"}} {
|
||||
set tmpfile [write_tmpfile "from file"]
|
||||
assert_equal "OK" [run_cli_with_input_file $tmpfile set key]
|
||||
assert_equal "from file" [r get key]
|
||||
file delete $tmpfile
|
||||
}
|
||||
|
||||
proc test_redis_cli_rdb_dump {} {
|
||||
|
Loading…
Reference in New Issue
Block a user