Commit 2ca82d08 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add workaround for long line problem

parent 618e15eb
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -193,7 +193,11 @@ export const pooltest = test("Pooltest Sommersemester 2022", async function () {

        await this.manualConfirmation()

        this.verify('if [ -d /tmp/computational/linguistics/ ]; then echo "yes"; else echo "no"; fi').hasOutput("yes")
        await this.prepareWith(`mkdir -p /val &&
                                echo 'if [ -d /tmp/computational/linguistics/ ]; then echo "yes"; else echo "no"; fi' > /val/2h7je1.sh &&
                                chmod a+x /val/2h7je1.sh`)

        this.verify('/val/2h7je1.sh').hasOutput("yes")
    })
    
    this.exercise("Löschen und Umbenennen von Ordnern und Dateien", async function () {