overlay_path: Fix resolution of symbolic link under /sys/
Change-Id: I650e72fb335aa72256d3b129a65c09bbd7cf26d3 Refs: #1463
This commit is contained in:
committed by
Masamichi Takagi
parent
09173d353c
commit
051c0dcdd8
12
test/issues/1463/Makefile
Normal file
12
test/issues/1463/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
CFLAGS=
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
sh ./C1463.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
|
||||
Reference in New Issue
Block a user