Commit ea2fe054 authored by Jakob Moser's avatar Jakob Moser
Browse files

Try make preparation command work

parent 13e19d23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ export const practice = test("Linux-Übungsmodus", function() {
    this.exercise("Auch versteckte Dateien anzeigen", async function () {
        this.describe(`Lass dir anzeigen, welche Dateien sich in diesem Verzeichnis befinden (inklusive versteckter Dateien).`)

        await this.prepareWith("cd /root; if [[ ! -f .ash_history ]]; touch .ash_history; fi")
        await this.prepareWith("cd /root")

        await this.manualConfirmation()