mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00: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"]
|
set tmpfile [write_tmpfile "from file"]
|
||||||
assert_equal "OK" [run_cli_with_input_file $tmpfile set key]
|
assert_equal "OK" [run_cli_with_input_file $tmpfile set key]
|
||||||
assert_equal "from file" [r get key]
|
assert_equal "from file" [r get key]
|
||||||
|
file delete $tmpfile
|
||||||
}
|
}
|
||||||
|
|
||||||
test_nontty_cli "Status reply" {
|
test_nontty_cli "Status reply" {
|
||||||
@ -215,6 +216,7 @@ start_server {tags {"cli"}} {
|
|||||||
set tmpfile [write_tmpfile "from file"]
|
set tmpfile [write_tmpfile "from file"]
|
||||||
assert_equal "OK" [run_cli_with_input_file $tmpfile set key]
|
assert_equal "OK" [run_cli_with_input_file $tmpfile set key]
|
||||||
assert_equal "from file" [r get key]
|
assert_equal "from file" [r get key]
|
||||||
|
file delete $tmpfile
|
||||||
}
|
}
|
||||||
|
|
||||||
proc test_redis_cli_rdb_dump {} {
|
proc test_redis_cli_rdb_dump {} {
|
||||||
|
Loading…
Reference in New Issue
Block a user