Skip to content

Commit d582e42

Browse files
committed
update permissions for test scripts
1 parent 16af355 commit d582e42

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
2-
export LD_LIBRARY_PATH=/challenge/lib:$LD_LIBRARY_PATH
1+
#!/bin/bash
2+
export LD_LIBRARY_PATH=/challenge/lib:$LD_LIBRARY_PATH
33
exec /challenge/bin/parse_xsd "$@"
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
#!/bin/sh -e
22
cat > /tmp/pass.xsd << 'EOF'
33
<?xml version="1.0"?>
4-
5-
<xs:schema xmlns:xs="pwn.college">;
4+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
65
<xs:complexType name="Hackers">
76
<xs:sequence/>
87
</xs:complexType>
9-
108
<xs:complexType name="Hello">
119
<xs:complexContent>
1210
<xs:extension base="Hackers">
1311
<xs:attribute name="bar" type="xs:int" use="optional"/>
1412
</xs:extension>
1513
</xs:complexContent>
1614
</xs:complexType>
17-
1815
</xs:schema>
1916
EOF
2017

21-
/challenge/run /tmp/pass.xsd
22-
23-
18+
/challenge/run /tmp/pass.xsd

0 commit comments

Comments
 (0)