From 3ac52a2197462405a99c0e8fda8992c162b7f0b2 Mon Sep 17 00:00:00 2001 From: milahu Date: Tue, 12 Oct 2021 22:00:45 +0200 Subject: [PATCH] test.sh: fix path to simple_httpfs/httpfs.py --- test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 9a6bc51..b112639 100755 --- a/test.sh +++ b/test.sh @@ -1,18 +1,18 @@ DIR=x11 umount /tmp/$DIR/https -python simple_httpfs/simple-httpfs.py /tmp/$DIR/https +python simple_httpfs/httpfs.py /tmp/$DIR/https cat /tmp/${DIR}/https/s3.amazonaws.com/pkerp/public/tiny.txt.. umount $DIR/https -python simple_httpfs/simple-httpfs.py $DIR/https +python simple_httpfs/httpfs.py $DIR/https cat $DIR/https/s3.amazonaws.com/pkerp/public/tiny.txt.. umount /tmp/$DIR/https umount $DIR/https -python simple_httpfs/simple-httpfs.py $DIR/http +python simple_httpfs/httpfs.py $DIR/http head $DIR/http/hgdownload.cse.ucsc.edu/goldenpath/hg19/encodeDCC/wgEncodeSydhTfbs/wgEncodeSydhTfbsGm12878InputStdSig.bigWig..