Remove erroneous suffix.

This commit is contained in:
Hugo Melder 2022-08-05 13:31:16 +02:00 committed by GitHub
parent 5119be8150
commit f6ce98e7b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ static BOOL taskTerminationNotificationReceived;
testsleep = @"testsleep.exe";
#else
testecho = @"testecho";
testsleep = @"testsleep.exe";
testsleep = @"testsleep";
#endif
for (;;)