Commit 48a228dd authored by H. Fischer's avatar H. Fischer Committed by Jakob Moser
Browse files

Fix check for task 7

parent 28a4f11e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -286,8 +286,7 @@ export const pooltest = test("Pooltest Sommersemester 2022", async function () {

        await this.manualConfirmation()

        // TODO: check if everything was copied correctly
        this.verify("ls /resources/so_much").hasOutput("")
        this.verify("diff -r /resources/so_much /root/much &> /dev/null; if [ $? == 0 ]; then echo 'yes'; else echo 'no'; fi").hasOutput("yes")
    })