rename files
This commit is contained in:
7
test/mng_mod/issues/870/CT2004.sh
Normal file
7
test/mng_mod/issues/870/CT2004.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
MCEXEC=mcexec
|
||||
dd if=/dev/zero of=testfile bs=$((1024 * 1024)) count=$((2 * 1024))
|
||||
sync
|
||||
sudo /sbin/sysctl vm.drop_caches=3
|
||||
./CT2000 ./CT2004
|
||||
rm -f testfile
|
||||
Reference in New Issue
Block a user