aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1683
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:23:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-28 21:23:34 +0000
commit6a9977cde9914ddf75f6debd9810591e5b8f84ef (patch)
tree1b01132e15db02538dcf10922559df5a286d1cd6 /tests/data/test1683
parente73cfcb7f7f74bf28d5b22092f1fbe4b2e7bfccf (diff)
parent80c3417987dd57711bf1832cc267599b55d1836e (diff)
downloadcurl-6a9977cde9914ddf75f6debd9810591e5b8f84ef.tar.gz
Merge "Snap for 11510257 from 5a7a71055c2c5ea8e7342422964c47f1e2d03970 to simpleperf-release" into simpleperf-releasesimpleperf-release
Diffstat (limited to 'tests/data/test1683')
-rw-r--r--tests/data/test16832
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/data/test1683 b/tests/data/test1683
index 178b4054d..581470dfc 100644
--- a/tests/data/test1683
+++ b/tests/data/test1683
@@ -40,11 +40,9 @@ to stay the same
</file>
<precheck>
perl -e 'for my $i ((1..100)) { my $filename = "%LOGDIR/exist%TESTNUMBER.$i"; open(FH, ">", $filename) or die $!; print FH "to stay the same" ; close(FH) }'
-# python3 -c 'for i in range(1, 101): open("%LOGDIR/exist%TESTNUMBER.{}".format(i), mode="w").write("to stay the same")'
</precheck>
<postcheck>
perl -e 'for my $i ((1..100)) { my $filename = "%LOGDIR/exist%TESTNUMBER.$i"; open(FH, "<", $filename) or die $!; (<FH> eq "to stay the same" and <FH> eq "") or die "incorrect $filename" ; close(FH) }'
-# python3 -c 'for i in range(1, 101): assert open("%LOGDIR/exist%TESTNUMBER.{}".format(i), mode="r").read(17) == "to stay the same"'
</postcheck>
</client>