Skip to content

Commit

Permalink
Remove fifo files otherwise GitHub gets stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 29, 2023
1 parent e920d21 commit 4e2b865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/html/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ function test_file() {
ret=1
fi

#exec 6>&-
exec 6>&-
rm $wdir/display.fifo

#kill $xorgpid

return $ret
Expand Down

0 comments on commit 4e2b865

Please sign in to comment.