Skip to content

Commit 7cf32d2

Browse files
authored
Merge pull request swiftlang#38835 from compnerd/no-bash
test: remove bashisms from Driver.Dependencies.one-way-external-delet…
2 parents 81f2be2 + e893c6f commit 7cf32d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/Driver/Dependencies/one-way-external-delete-fine.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515

1616
// Don't change the .priors mod time
17-
// RUN: touch -t 201401240005 %t/*{swift,swiftdeps,json}
17+
// RUN: touch -t 201401240005 %t/*swift
18+
// RUN: touch -t 201401240005 %t/*swiftdeps
19+
// RUN: touch -t 201401240005 %t/*json
1820
// RUN: touch -t 201401240006 %t/*.o
1921
// RUN: touch -t 201401240004 %t/*-external
2022
// RUN: rm %t/other1-external
@@ -32,7 +34,9 @@
3234

3335

3436
// Don't change the .priors mod time
35-
// RUN: touch -t 201401240005 %t/*{swift,swiftdeps,json}
37+
// RUN: touch -t 201401240005 %t/*swift
38+
// RUN: touch -t 201401240005 %t/*swiftdeps
39+
// RUN: touch -t 201401240005 %t/*json
3640
// RUN: touch -t 201401240006 %t/*.o
3741
// RUN: touch -t 201401240004 %t/*-external
3842
// RUN: rm %t/main1-external

0 commit comments

Comments
 (0)