Skip to content

Commit 347ec3c

Browse files
Cap-LeviRes260
authored andcommitted
Fixed the integration.sh by changing the hardcoded filenames.
1 parent 1c081b9 commit 347ec3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ echo
6464

6565
echo ===================================================
6666
echo Verify the PCAP to JSON file
67-
./test/validate_json.sh "20200319000716_192.168.38.1:20989-192.168.38.1:3389.json"
68-
rm "20200319000716_192.168.38.1:20989-192.168.38.1:3389.json"
67+
./test/validate_json.sh "20200319000716_192.168.38.1_20989-192.168.38.1_3389.json"
68+
rm "20200319000716_192.168.38.1_20989-192.168.38.1_3389.json"
6969
echo
7070

7171
echo ===================================================
@@ -75,8 +75,8 @@ echo
7575

7676
echo ===================================================
7777
echo Verify that the replay file exists
78-
file -E "20200319000716_192.168.38.1:20989-192.168.38.1:3389.pyrdp"
79-
rm "20200319000716_192.168.38.1:20989-192.168.38.1:3389.pyrdp"
78+
file -E "20200319000716_192.168.38.1_20989-192.168.38.1_3389.pyrdp"
79+
rm "20200319000716_192.168.38.1_20989-192.168.38.1_3389.pyrdp"
8080

8181
echo ===================================================
8282
echo pyrdp-convert.py regression issue 428

0 commit comments

Comments
 (0)