From 9e418158e309ce5d02bdf296f3bed2c5d533eee0 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 09 七月 2020 20:11:42 +0800 Subject: [PATCH] udpate --- test/test_lostdata.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test/test_lostdata.sh b/test/test_lostdata.sh new file mode 100755 index 0000000..5ed431d --- /dev/null +++ b/test/test_lostdata.sh @@ -0,0 +1,6 @@ +ipcrm -a +rm *.txt +./test_lostdata +sort -n c.txt > c1.txt +sort -n p.txt > p1.txt +diff -u p1.txt c1.txt \ No newline at end of file -- Gitblit v1.8.0