Skip to content

Commit 2ca6911

Browse files
authored
Use -mindepth 1 -maxdepth 1 in wasm/swiftpm.md
1 parent 0c66dad commit 2ca6911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/swiftpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ REQUIRES: platform=Linux
1111
```
1212
RUN: %{swift-sdk} list | %{FileCheck} --check-prefix CHECK-SDK-LIST-BEFORE %s
1313
CHECK-SDK-LIST-BEFORE: No Swift SDKs are currently installed.
14-
RUN: find "%{swift-sdk-generator_srcdir}/Bundles" -d 1 | xargs %{swift-sdk} install | %{FileCheck} --check-prefix CHECK-SDK-INSTALL %s
14+
RUN: find "%{swift-sdk-generator_srcdir}/Bundles" -mindepth 1 -maxdepth 1 | xargs %{swift-sdk} install | %{FileCheck} --check-prefix CHECK-SDK-INSTALL %s
1515
CHECK-SDK-INSTALL: Swift SDK bundle at
1616
CHECK-SDK-INSTALL: successfully installed as
1717
RUN: %{swift-sdk} list | grep wasm | wc -l | %{FileCheck} --check-prefix CHECK-SDK-LIST-AFTER %s

0 commit comments

Comments
 (0)